TriggerSource.SourceHandle property
For motion sources, it is the handle of a command used. For user variable source, it is the variable itself. For example:
var addedVar = subsystem.AddDoubleVariable("VAR_TEST", parent);
triggerSource.SourceHandle = addedVar
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public object SourceHandle { get; set; }
Public Property SourceHandle As object
Property value
Type: object
See also